I'm not sure whether this is the right forum for this question, but what the heck...<br><br>I cannon compile the SDL version on Linux. I'm using Slackware 8.0, gcc 2.95.3 and this is the compiler message:<br><br>source/s_sdl.cpp: In function `void S_StartSound(int, const TVec &, const TVec &, int, int, int)':<br>source/s_sdl.cpp:405: implicit declaration of function `int Mix_LoadRAW_RW(...)'source/s_sdl.cpp:405: assignment to `Mix_Chunk *' from `int' lacks a cast<br>source/s_sdl.cpp:408: implicit declaration of function `int Mix_LoadChannel(...)'<br>source/s_sdl.cpp:428: implicit declaration of function `int Mix_Play(...)'<br>source/s_sdl.cpp: In function `void S_PlayTillDone(char *)':<br>source/s_sdl.cpp:468: assignment to `Mix_Chunk *' from `int' lacks a cast<br>make: *** [obj/s_sdl.o] Error 1<br><br>I also have SDL-1.2.3 and SDL_mixer-1.2.1.<br><br>